home *** CD-ROM | disk | FTP | other *** search
/ Cracking 2 / Cracking II..iso / Kompresni & kodovaci programy / ucl-0.91 / include / Makefile.in < prev   
Makefile  |  2000-04-19  |  9KB  |  299 lines

  1. # Makefile.in generated automatically by automake 1.4 from Makefile.am
  2.  
  3. # Copyright (C) 1994, 1995-8, 1999 Free Software Foundation, Inc.
  4. # This Makefile.in is free software; the Free Software Foundation
  5. # gives unlimited permission to copy and/or distribute it,
  6. # with or without modifications, as long as this notice is preserved.
  7.  
  8. # This program is distributed in the hope that it will be useful,
  9. # but WITHOUT ANY WARRANTY, to the extent permitted by law; without
  10. # even the implied warranty of MERCHANTABILITY or FITNESS FOR A
  11. # PARTICULAR PURPOSE.
  12.  
  13. #
  14. # Copyright (C) 1996-2000 Markus F.X.J. Oberhumer
  15. #
  16.  
  17.  
  18. SHELL = @SHELL@
  19.  
  20. srcdir = @srcdir@
  21. top_srcdir = @top_srcdir@
  22. VPATH = @srcdir@
  23. prefix = @prefix@
  24. exec_prefix = @exec_prefix@
  25.  
  26. bindir = @bindir@
  27. sbindir = @sbindir@
  28. libexecdir = @libexecdir@
  29. datadir = @datadir@
  30. sysconfdir = @sysconfdir@
  31. sharedstatedir = @sharedstatedir@
  32. localstatedir = @localstatedir@
  33. libdir = @libdir@
  34. infodir = @infodir@
  35. mandir = @mandir@
  36. includedir = @includedir@
  37. oldincludedir = /usr/include
  38.  
  39. DESTDIR =
  40.  
  41. pkgdatadir = $(datadir)/@PACKAGE@
  42. pkglibdir = $(libdir)/@PACKAGE@
  43. pkgincludedir = $(includedir)/@PACKAGE@
  44.  
  45. top_builddir = ..
  46.  
  47. ACLOCAL = @ACLOCAL@
  48. AUTOCONF = @AUTOCONF@
  49. AUTOMAKE = @AUTOMAKE@
  50. AUTOHEADER = @AUTOHEADER@
  51.  
  52. INSTALL = @INSTALL@
  53. INSTALL_PROGRAM = @INSTALL_PROGRAM@ $(AM_INSTALL_PROGRAM_FLAGS)
  54. INSTALL_DATA = @INSTALL_DATA@
  55. INSTALL_SCRIPT = @INSTALL_SCRIPT@
  56. transform = @program_transform_name@
  57.  
  58. NORMAL_INSTALL = :
  59. PRE_INSTALL = :
  60. POST_INSTALL = :
  61. NORMAL_UNINSTALL = :
  62. PRE_UNINSTALL = :
  63. POST_UNINSTALL = :
  64. host_alias = @host_alias@
  65. host_triplet = @host@
  66. AS = @AS@
  67. ASFLAGS = @ASFLAGS@
  68. CC = @CC@
  69. CFLAGS_O = @CFLAGS_O@
  70. CFLAGS_W = @CFLAGS_W@
  71. CFLAGS_W_PEDANTIC = @CFLAGS_W_PEDANTIC@
  72. CLEANFILES = @CLEANFILES@
  73. CPP = @CPP@
  74. DLLTOOL = @DLLTOOL@
  75. EXEEXT = @EXEEXT@
  76. LIBTOOL = @LIBTOOL@
  77. LN_S = @LN_S@
  78. MAINT = @MAINT@
  79. MAKEINFO = @MAKEINFO@
  80. MOSTLYCLEANFILES = @MOSTLYCLEANFILES@
  81. NASM = @NASM@
  82. OBJDUMP = @OBJDUMP@
  83. PACKAGE = @PACKAGE@
  84. RANLIB = @RANLIB@
  85. UCL_CFLAGS = @UCL_CFLAGS@
  86. VERSION = @VERSION@
  87. libucl = @libucl@
  88.  
  89. SUBDIRS = ucl
  90. mkinstalldirs = $(SHELL) $(top_srcdir)/acconfig/mkinstalldirs
  91. CONFIG_HEADER = ../config.h
  92. CONFIG_CLEAN_FILES = 
  93. DIST_COMMON =  Makefile.am Makefile.in
  94.  
  95.  
  96. DISTFILES = $(DIST_COMMON) $(SOURCES) $(HEADERS) $(TEXINFOS) $(EXTRA_DIST)
  97.  
  98. TAR = tar
  99. GZIP_ENV = --best
  100. all: all-redirect
  101. .SUFFIXES:
  102. $(srcdir)/Makefile.in: @MAINTAINER_MODE_TRUE@ Makefile.am $(top_srcdir)/configure.in $(ACLOCAL_M4) 
  103.     cd $(top_srcdir) && $(AUTOMAKE) --gnu --include-deps include/Makefile
  104.  
  105. Makefile: $(srcdir)/Makefile.in  $(top_builddir)/config.status
  106.     cd $(top_builddir) \
  107.       && CONFIG_FILES=$(subdir)/$@ CONFIG_HEADERS= $(SHELL) ./config.status
  108.  
  109.  
  110. # This directory's subdirectories are mostly independent; you can cd
  111. # into them and run `make' without going through this Makefile.
  112. # To change the values of `make' variables: instead of editing Makefiles,
  113. # (1) if the variable is set in `config.status', edit `config.status'
  114. #     (which will cause the Makefiles to be regenerated when you run `make');
  115. # (2) otherwise, pass the desired values on the `make' command line.
  116.  
  117. @SET_MAKE@
  118.  
  119. all-recursive install-data-recursive install-exec-recursive \
  120. installdirs-recursive install-recursive uninstall-recursive  \
  121. check-recursive installcheck-recursive info-recursive dvi-recursive:
  122.     @set fnord $(MAKEFLAGS); amf=$$2; \
  123.     dot_seen=no; \
  124.     target=`echo $@ | sed s/-recursive//`; \
  125.     list='$(SUBDIRS)'; for subdir in $$list; do \
  126.       echo "Making $$target in $$subdir"; \
  127.       if test "$$subdir" = "."; then \
  128.         dot_seen=yes; \
  129.         local_target="$$target-am"; \
  130.       else \
  131.         local_target="$$target"; \
  132.       fi; \
  133.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  134.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  135.     done; \
  136.     if test "$$dot_seen" = "no"; then \
  137.       $(MAKE) $(AM_MAKEFLAGS) "$$target-am" || exit 1; \
  138.     fi; test -z "$$fail"
  139.  
  140. mostlyclean-recursive clean-recursive distclean-recursive \
  141. maintainer-clean-recursive:
  142.     @set fnord $(MAKEFLAGS); amf=$$2; \
  143.     dot_seen=no; \
  144.     rev=''; list='$(SUBDIRS)'; for subdir in $$list; do \
  145.       rev="$$subdir $$rev"; \
  146.       test "$$subdir" = "." && dot_seen=yes; \
  147.     done; \
  148.     test "$$dot_seen" = "no" && rev=". $$rev"; \
  149.     target=`echo $@ | sed s/-recursive//`; \
  150.     for subdir in $$rev; do \
  151.       echo "Making $$target in $$subdir"; \
  152.       if test "$$subdir" = "."; then \
  153.         local_target="$$target-am"; \
  154.       else \
  155.         local_target="$$target"; \
  156.       fi; \
  157.       (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) $$local_target) \
  158.        || case "$$amf" in *=*) exit 1;; *k*) fail=yes;; *) exit 1;; esac; \
  159.     done && test -z "$$fail"
  160. tags-recursive:
  161.     list='$(SUBDIRS)'; for subdir in $$list; do \
  162.       test "$$subdir" = . || (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) tags); \
  163.     done
  164.  
  165. tags: TAGS
  166.  
  167. ID: $(HEADERS) $(SOURCES) $(LISP)
  168.     list='$(SOURCES) $(HEADERS)'; \
  169.     unique=`for i in $$list; do echo $$i; done | \
  170.       awk '    { files[$$0] = 1; } \
  171.            END { for (i in files) print i; }'`; \
  172.     here=`pwd` && cd $(srcdir) \
  173.       && mkid -f$$here/ID $$unique $(LISP)
  174.  
  175. TAGS: tags-recursive $(HEADERS) $(SOURCES)  $(TAGS_DEPENDENCIES) $(LISP)
  176.     tags=; \
  177.     here=`pwd`; \
  178.     list='$(SUBDIRS)'; for subdir in $$list; do \
  179.    if test "$$subdir" = .; then :; else \
  180.         test -f $$subdir/TAGS && tags="$$tags -i $$here/$$subdir/TAGS"; \
  181.    fi; \
  182.     done; \
  183.     list='$(SOURCES) $(HEADERS)'; \
  184.     unique=`for i in $$list; do echo $$i; done | \
  185.       awk '    { files[$$0] = 1; } \
  186.            END { for (i in files) print i; }'`; \
  187.     test -z "$(ETAGS_ARGS)$$unique$(LISP)$$tags" \
  188.       || (cd $(srcdir) && etags $(ETAGS_ARGS) $$tags  $$unique $(LISP) -o $$here/TAGS)
  189.  
  190. mostlyclean-tags:
  191.  
  192. clean-tags:
  193.  
  194. distclean-tags:
  195.     -rm -f TAGS ID
  196.  
  197. maintainer-clean-tags:
  198.  
  199. distdir = $(top_builddir)/$(PACKAGE)-$(VERSION)/$(subdir)
  200.  
  201. subdir = include
  202.  
  203. distdir: $(DISTFILES)
  204.     @for file in $(DISTFILES); do \
  205.       d=$(srcdir); \
  206.       if test -d $$d/$$file; then \
  207.         cp -pr $$d/$$file $(distdir)/$$file; \
  208.       else \
  209.         test -f $(distdir)/$$file \
  210.         || ln $$d/$$file $(distdir)/$$file 2> /dev/null \
  211.         || cp -p $$d/$$file $(distdir)/$$file || :; \
  212.       fi; \
  213.     done
  214.     for subdir in $(SUBDIRS); do \
  215.       if test "$$subdir" = .; then :; else \
  216.         test -d $(distdir)/$$subdir \
  217.         || mkdir $(distdir)/$$subdir \
  218.         || exit 1; \
  219.         chmod 777 $(distdir)/$$subdir; \
  220.         (cd $$subdir && $(MAKE) $(AM_MAKEFLAGS) top_distdir=../$(top_distdir) distdir=../$(distdir)/$$subdir distdir) \
  221.           || exit 1; \
  222.       fi; \
  223.     done
  224. info-am:
  225. info: info-recursive
  226. dvi-am:
  227. dvi: dvi-recursive
  228. check-am: all-am
  229. check: check-recursive
  230. installcheck-am:
  231. installcheck: installcheck-recursive
  232. install-exec-am:
  233. install-exec: install-exec-recursive
  234.  
  235. install-data-am:
  236. install-data: install-data-recursive
  237.  
  238. install-am: all-am
  239.     @$(MAKE) $(AM_MAKEFLAGS) install-exec-am install-data-am
  240. install: install-recursive
  241. uninstall-am:
  242. uninstall: uninstall-recursive
  243. all-am: Makefile
  244. all-redirect: all-recursive
  245. install-strip:
  246.     $(MAKE) $(AM_MAKEFLAGS) AM_INSTALL_PROGRAM_FLAGS=-s install
  247. installdirs: installdirs-recursive
  248. installdirs-am:
  249.  
  250.  
  251. mostlyclean-generic:
  252.     -test -z "$(MOSTLYCLEANFILES)" || rm -f $(MOSTLYCLEANFILES)
  253.  
  254. clean-generic:
  255.     -test -z "$(CLEANFILES)" || rm -f $(CLEANFILES)
  256.  
  257. distclean-generic:
  258.     -rm -f Makefile $(CONFIG_CLEAN_FILES)
  259.     -rm -f config.cache config.log stamp-h stamp-h[0-9]*
  260.  
  261. maintainer-clean-generic:
  262. mostlyclean-am:  mostlyclean-tags mostlyclean-generic
  263.  
  264. mostlyclean: mostlyclean-recursive
  265.  
  266. clean-am:  clean-tags clean-generic mostlyclean-am
  267.  
  268. clean: clean-recursive
  269.  
  270. distclean-am:  distclean-tags distclean-generic clean-am
  271.     -rm -f libtool
  272.  
  273. distclean: distclean-recursive
  274.  
  275. maintainer-clean-am:  maintainer-clean-tags maintainer-clean-generic \
  276.         distclean-am
  277.     @echo "This command is intended for maintainers to use;"
  278.     @echo "it deletes files that may require special tools to rebuild."
  279.  
  280. maintainer-clean: maintainer-clean-recursive
  281.  
  282. .PHONY: install-data-recursive uninstall-data-recursive \
  283. install-exec-recursive uninstall-exec-recursive installdirs-recursive \
  284. uninstalldirs-recursive all-recursive check-recursive \
  285. installcheck-recursive info-recursive dvi-recursive \
  286. mostlyclean-recursive distclean-recursive clean-recursive \
  287. maintainer-clean-recursive tags tags-recursive mostlyclea